func golang.org/x/sys/unix.appendBytes
7 uses
golang.org/x/sys/unix (current package)
readv_unix.go#L20: func appendBytes(vecs []Iovec, bs [][]byte) []Iovec {
readv_unix.go#L69: iovecs = appendBytes(iovecs, iovs)
readv_unix.go#L77: iovecs = appendBytes(iovecs, iovs)
readv_unix.go#L85: iovecs = appendBytes(iovecs, iovs)
readv_unix.go#L96: iovecs = appendBytes(iovecs, iovs)
syscall_linux.go#L2171: iovecs = appendBytes(iovecs, iovs)
syscall_linux.go#L2185: iovecs = appendBytes(iovecs, iovs)
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)